object frmPassword: TfrmPassword Left = 121 Top = 149 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'frmPassword' ClientHeight = 123 ClientWidth = 324 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 21 Width = 163 Height = 13 Caption = 'Enter the Crowd Control password:' Transparent = True end object Label2: TLabel Left = 18 Top = 86 Width = 254 Height = 13 Caption = '(This password only controls access to Crowd Control.' end object Label3: TLabel Left = 18 Top = 100 Width = 259 Height = 13 Caption = 'It is not the user'#39's password for logging onto Windows.)' end object txtPassword: TEdit Left = 17 Top = 52 Width = 168 Height = 21 TabOrder = 0 end object Button1: TButton Left = 243 Top = 17 Width = 68 Height = 24 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 243 Top = 49 Width = 68 Height = 24 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end